home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Publication 50
/
Publication_50_2003_Civitas_de_Disk_2_of_2_Side_B.d64
/
bas5x5 2
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2023-02-26
|
109b
|
8 lines
0 print"[147]";
10 a=12288
20 b=9
30 fori=0to4:forx=0to4
40 poke1024+i*40+x,peek(a+i*256+b*5+x)
50 nextx
60 nexti